In [5]:
# In Macaulay2 we compute the Betti tables of these graph curves
# Graphs 9 and 44 yield graph curves with pure Betti tables

L[9].automorphism_group().cardinality()
Out[5]:
16
In [6]:
L[44].automorphism_group().cardinality()
Out[6]:
18
In [7]:
L[44].plot()
Out[7]:
In [8]:
L[44].automorphism_group()
Out[8]:
Permutation Group with generators [(1,9)(2,11)(3,8)(4,7)(5,6), (0,1)(2,6)(4,5)(8,10)(9,11)]
In [9]:
L[44].is_planar()
Out[9]:
False
In [ ]: